﻿.rightContainer {
    position:fixed;
    right: 8px;
    top: 70px !important ;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 6px;
    z-index:10000;
}

    .rightContainer a {
        text-decoration: none;
    }

.socialItem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-height: 65px;
}

    .socialItem:hover .box {
        display: block;
    }

.box {
    background-color: #0eb831;
    display: none;
    padding: 15px 30px;
    color: white;
    border-radius: .5rem;
    transition: all 200ms;
}

.smIcon img {
    width: 30px;
    height: 30px
}

.smIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #0eb831;
    padding: 10px;
}
